home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Bluetooth File Exchange.app / Contents / Resources / zh_CN.lproj / Localizable.strings < prev    next >
Encoding:
Text (UTF-16)  |  2004-06-29  |  13.8 KB  |  174 lines

  1. "kSendFileKey"                            = "发送文件:“%@”";                /* Send File: foo.txt */
  2. "kSendMultipleFilesKey"                    = "发送 %d 个文件…";                    /* Send 4 Files... */
  3. "kSendKey"                                = "发送";                            /* Send *//* Text on device selector button */
  4. "kFileTransferProgressKey"                = "%@(共 %@)";                        /* 1.8 MB of 2.6 MB" */
  5. "kFileTransferWaitingKey"                = "正在等待…";
  6. "kWaitingForReplyKey"                    = "正在等待目标应答…";
  7. "kCalculatingKey"                        = "正在计算…";                    /* While calculating the transfer time */
  8. "kSecondsLeftKey"                        = "%u 秒(速度 %0u KB/s)";        /* "5 seconds (at 60 KB/s) */
  9. "kAboutAMinuteLeftKey"                    = "大约一分钟(速度 %0u KB/s)";    /* About a minute (at %0u KB/s) */
  10. "kMinutesLeftKey"                        = "%u 分钟(速度 %0u KB/s)";        /* 5 minutes (at 59 KB/s) */
  11. "kHoursLeftKey"                            = "%u 小时 %u 分钟(速度 %0u KB/s)";    /* 1 hrs 15 mins (at 32 KB/s) */
  12. "kKBKey"                                = "%u KB";                            /* 5 KB */
  13. "kMBKey"                                = "%u MB";                            /* 10 MB */
  14. "kGBKey"                                = "%u GB";                            /* 15 GB */
  15. "kOpenPanelTitleKey"                    = "选取要发送的文件";            /* Title of open panel for sending a file */
  16.  
  17. "kStoppingTransferKey"                    = "正在终止传输…";                /* In the progress status field when stopping */
  18. "kWaitingSingleStatusKey"                = "正在等待“%@”接受项目。";
  19. "kWaitingMultipleStatusKey"                = "正在等待“%@”接受项目。";
  20. "kBytesKey"                                = "字节";                            /* Used with number of bytes in status */
  21. "kSendingFileStatusKey"                    = "正在将文件“%@”发送到“%@”。";    /* "Sending file "foo.txt" to "bar"." */
  22. "kReceivingFileFromDeviceStatusKey"        = "正在从“%2$@”上接收文件“%1$@”。";    /* "Receiving file "foo.txt" from "bar"." */
  23. "kReceivingFileStatusKey"                = "正在接收文件“%@”。";            /* "Receiving file "foo.txt"." */
  24. "kReceivedFileStatusKey"                = "已收到的文件“%@”。";            /* "Received file "foo.txt"." */
  25. "kkSentFileSuccessfullyStatusKey"        = "文件“%@”已发送成功。";    /* "File "foo.txt" sent successfully." */
  26.  
  27. "kAlertPanelTitleKey"                    = "Bluetooth 文件交换";        /* Title of all alert panels */
  28. "kOKKey"                                = "好";                                /* OK button title */
  29. "kQuitKey"                                = "退出";                            /* Quit button title */
  30. "kCancelKey"                            = "取消";                            /* Cancel button title */
  31. "kSkipKey"                                = "跳过";                            /* Skip button title */
  32. "kCloseKey"                                = "关闭";                            /* Close button title */ 
  33.  
  34. "kSaveTitleKey"                            = "存储";
  35. "kReplaceButtonKey"                        = "替换";
  36. "kRenameButtonKey"                        = "更名";
  37. "kSaveSingleStringKey"                    = "文件“%@”在“%@”中已经存在,替换它吗?";
  38. "kSaveMultipleStringKey"                = "“%@”处已存在所选的文件,替换它们吗?";
  39.  
  40. "kDeleteSingleItemTitleKey"                = "删除项目";
  41. "kDeleteSingleItemDescKey"                = "您真的要删除所选的项目吗?此项操作不能还原。";
  42. "kDeleteMultipleItemsTitleKey"            = "删除项目";
  43. "kDeleteMultipleItemsDescKey"            = "您真的要删除所选项目吗?此操作无法还原。";
  44.  
  45.  
  46. /* AlertPanel text when target doesn't support OP but does support FTP.  The operation will look the same but over different transport */
  47. "kSendFileToNonOPPTargetQuestionKey"    = "目标不支持 Object-Push 协议,我应该尝试 FTP 吗?";
  48.  
  49. /* Description text on device selector to send a file */
  50. "kSendDescriptionTextKey"                = "选择一个设备来发送文件:“%@”。要找到电脑范围内的设备,点按“搜索”按钮。";
  51.  
  52. /* Description text on device selector to send multiple files */
  53. "kSendMultipleDescriptionTextKey"        = "选择一个设备来发送 %d 个文件。要找到电脑范围内的设备,点按“搜索”按钮。";
  54.  
  55. /* When unable to create a new device search */
  56. "kSearchCreateErrorKey"                    = "文件传输失败:不能搜索设备。此系统上的 Bluetooth 支持可能没有正确安装。";
  57.  
  58. /* No local Bluetooth device is available */
  59. "kNoLocalDeviceErrorKey"                = "文件传输失败:未能找到本地 Bluetooth 设备。请验证您的 Bluetooth 设备对于您的系统是否可用,Bluetooth 软件是否正确安装。";
  60.  
  61. /* When unable to open SDP connection or receive an error during SDP query */
  62. "kSearchErrorKey"                        = "文件传输失败:不能从设备读取服务。";
  63.  
  64. /* Internal error indicating no device is selected, but somehow we attempted to send anyway */
  65. "kNoDeviceSelectedErrorKey"                = "文件传输失败:未选取设备。";
  66.  
  67. /* When unable to connect to the device */
  68. "kDeviceConnectFailureErrorKey"            = "文件传输失败:不能连接到设备。";
  69.  
  70. /* When device doesn't have an Object Push service */
  71. "kDeviceUnableToReceiveErrorKey"        = "文件传输失败:设备不能接收文件。";
  72.  
  73. // When device doesn't support receiving a certain file type.
  74. "DeviceUnableToReceiveThatTypeOfFileErrorKey" = "文件传输失败:目标设备无法接收您正在发送的文件类型。";
  75.  
  76. // When device doesn't support receiving a certain file type.
  77. "kSendFileToTargetAnywayQuestionKey"    = "目标设备将不会接受您正在尝试发送的文件类型。您仍然要尝试发送它吗?";
  78. "kSendFileToTargetAnywayTitleKey"        = "文件类型不被接受";
  79. "kSendFileToTargetAnywayButtonKey"        = "仍然发送";
  80.  
  81. /* Error during transfer */
  82. "kAlreadySendingToDeviceKey"            = "正在传输到那个设备。请等待当前传输结束后再试一次。";
  83.  
  84.  
  85. // These are strings that will be seen on the BFE Browse UI as a status string
  86. "kTransferFileOpenErrorKey"                = "文件传输失败:不能打开文件。";
  87. "kTransferOBEXConnectErrorKey"            = "文件传输失败:不能与设备建立 OBEX 连接。";
  88. "kTransferDataSendErrorKey"                = "文件传输失败:不能发送数据。";
  89. "kTransferStoppedErrorKey"                = "文件传输失败:接收方已经停止或拒绝传输。";
  90. "kTransferUnknownErrorKey"                = "文件传输失败:传输时发生未知错误。";
  91. "kTransferBadMediaErrorKey"                = "文件传输失败:不被支持的媒体类型。";
  92. "kTransferInternalErrorKey"                = "文件传输失败:内部错误。";
  93.  
  94.  
  95. /* Error during operation */
  96. "kOperationUnknownErrorKey"                = "上一次操作失败:发生了未知的错误(%02x)。";
  97. "kOperationBadRequestErrorKey"            = "最后一次操作失败:错误的请求。";
  98. "kOperationConflictErrorKey"            = "上一次操作失败:有一个冲突。";
  99. "kOperationTooLargeErrorKey"            = "上一次操作失败:请求的对象太大。";
  100. "kOperationTooLargeURLErrorKey"            = "上一次操作失败:请求的 URL 太大。";
  101. "kOperationNotAcceptableErrorKey"        = "上一次操作失败:不被接受。";
  102. "kOperationUnauthorizedErrorKey"        = "上一次操作失败:未经授权。";
  103. "kOperationPreconditionErrorKey"        = "上一次操作失败:预处理不符合要求。";
  104. "kOperationTimeoutErrorKey"                = "上一次操作失败:操作已超时。";
  105. "kOperationForbiddenErrorKey"            = "最近的操作失败:被禁止。";
  106. "kOperationNotSupportedErrorKey"        = "上一次操作失败:不被支持。";
  107. "kOperationTimedOutErrorKey"            = "上一次操作失败:超时。";
  108.  
  109.  
  110. /* Connection stuff */
  111. "kConnectionOpeningKey"                    = "正在打开传输连接…";
  112. "kConnectionRefusedKey"                    = "连接被拒绝。";
  113. "kConnectionNoneKey"                    = "未连接";
  114. "kConnectionTransportDiedKey"            = "传输连接结束。";
  115. "kConnectionNoTransportKey"                = "无传输连接。";
  116. "kConnectionCompleteKey"                = "已连接到设备。";
  117. "kConnectionClosedKey"                    = "连接已关闭";
  118. "kConnectingKey"                        = "正在连接到“%@”…";
  119. "kDisconnectingKey"                        = "正在断开连接…";
  120.  
  121. /* Operation status */
  122. "kStoppingOperationKey"                    = "正在停止操作…";
  123. "kOperationStoppedKey"                    = "操作被停止。";
  124.  
  125. "kAbortingOperationKey"                    = "正在中断操作…";
  126. "kOperationAbortedKey"                    = "操作被中断。";
  127.  
  128. "kOperationCancelledKey"                = "操作已取消。";
  129. "kOperationCompleteKey"                    = "操作已完成。";
  130.  
  131. "kTransferCompleteKey"                    = "传送完成!";
  132. "kFailedToGetDirectoryContentsKey"        = "获取文件夹内容失败(错误的请求)。";
  133. "kFailedToGetDirectoryContentsUnknownKey" = "获取文件夹内容失败(未知错误)。";
  134.  
  135. /* Operations */
  136. "kChangingToDefaultFolderKey"            = "更改到预设文件夹";
  137. "kChangingToPreviousFolderKey"            = "更改到前一个文件夹";
  138. "kChangingToFolderKey"                    = "正在更改到文件夹:“%@”…";
  139. "kCreatingFolderKey"                    = "正在创建文件夹:“%@”…";
  140. "kDeletingItemKey"                        = "正在删除项目…";
  141. "kGettingFileKey"                        = "正在获得“%@”…";
  142. "kGettingFolderListingKey"                = "正在获得文件夹内容…";
  143.  
  144. "kDefaultDirectoryKey"                    = "<预设目录>";
  145.  
  146. /* Description override for the Device browser for FTP */
  147. "kBrowseDescriptionKey"                    = "选取一个设备来浏览文件。要查找电脑范围内的设备,请点按“搜索”按钮。";
  148. "kBrowsePromptKey"                        = "浏览";
  149. "kBrowseTitleKey"                        = "浏览设备";
  150.  
  151.  
  152. /* Re-connect stuff */
  153. "kConnectSheetTitleKey"                    = "连接失败或连接关闭";
  154. "kConnectSheetCloseKey"                    = "关闭";
  155. "kConnectSheetReconnectKey"                = "重新连接";
  156. "kConnectSheetTextKey"                    = "您想要尝试重新连接还是关闭该窗口?";
  157.  
  158.  
  159.  
  160. /* No local Bluetooth device is available Title */
  161. //"kNoLocalDeviceFoundExplanationKey"        = "找不到 Bluetooth 设备。请验证您的 Bluetooth 设备对于您的系统是否可用,Bluetooth 软件是否正确安装。";
  162.